GtkCellView now watches the "row-changed" signal.
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Mon, 22 Nov 2010 06:51:51 +0000 (15:51 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Tue, 4 Jan 2011 14:37:06 +0000 (23:37 +0900)
commit88ec6a62ef18196a8abd3d0586115661be5d526f
tree9433f0fea3a66e867a4605e771580088c5fdac7a
parent9ffaae50220da45e0004b4682ec7d1d1031fe924
GtkCellView now watches the "row-changed" signal.

When the "row-changed" signal on the model is trapped, if the row which
changed is the displayed row then the context is flushed and sizes are
recalculated for every area in the same context.
gtk/gtkcellview.c